object ViewDatabase: TViewDatabase Left = 302 Top = 202 Width = 435 Height = 300 Caption = 'ViewDatabase' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] WindowState = wsMaximized OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 232 Width = 427 Height = 41 Align = alBottom Color = clTeal TabOrder = 0 object BitBtn1: TBitBtn Left = 208 Top = 8 Width = 75 Height = 25 TabOrder = 0 Kind = bkClose end object DBNavigator1: TDBNavigator Left = 8 Top = 8 Width = 192 Height = 25 DataSource = dsDatabase VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast] TabOrder = 1 end end object wwDBGrid1: TwwDBGrid Left = 0 Top = 0 Width = 427 Height = 232 TitleColor = clBtnFace FixedCols = 0 ShowHorzScrollBar = True Align = alClient DataSource = dsDatabase Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap] TabOrder = 1 TitleAlignment = taLeftJustify TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] TitleLines = 1 TitleButtons = False IndicatorColor = icBlack end object dsDatabase: TwwDataSource Left = 392 Top = 240 end end